True DBGrid for WinForms
Serialize(XmlTextWriter,Object,MemberInfo,XmlSerializerNamespaces,Attribute[]) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid.Util.Xml.Serialization 名前空間 > Serializer クラス > Serialize メソッド : Serialize(XmlTextWriter,Object,MemberInfo,XmlSerializerNamespaces,Attribute[]) メソッド
The XmlWriter used to write the XML-document instance
The Object to serialize
The FieldInfo or MemberInfo object context for the object to serialize
The XmlSerializerNamespaces referenced by the object
Array of attributes that specify what to serialize
Serializes the specified Object and writes the XML-document instance to a file using the specified XmlWriter
シンタックス
'宣言
 
Public Overloads Sub Serialize( _
   ByVal writer As System.Xml.XmlTextWriter, _
   ByVal o As System.Object, _
   ByVal mi As System.Reflection.MemberInfo, _
   ByVal namespaces As System.Xml.Serialization.XmlSerializerNamespaces, _
   ByVal filter() As System.Attribute _
) 
public void Serialize( 
   System.Xml.XmlTextWriter writer,
   System.object o,
   System.Reflection.MemberInfo mi,
   System.Xml.Serialization.XmlSerializerNamespaces namespaces,
   System.Attribute[] filter
)

パラメータ

writer
The XmlWriter used to write the XML-document instance
o
The Object to serialize
mi
The FieldInfo or MemberInfo object context for the object to serialize
namespaces
The XmlSerializerNamespaces referenced by the object
filter
Array of attributes that specify what to serialize
参照

Serializer クラス
Serializer メンバ
オーバーロード一覧